CronJob

@Serializable
data class CronJob(val expression: String) : BaseModel

A Pocketbase app cron job used by the CronService.

Parameters

expression

The cron expression used to designate how often the given job is run.

Constructors

Link copied to clipboard
constructor(expression: String)

Properties

Link copied to clipboard
Link copied to clipboard
open val id: String? = null

Functions

Link copied to clipboard
open override fun toString(): String